home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / gnu / bison_1_22.lha / bison-1.22 / warshall.ch < prev   
Text File  |  1995-01-20  |  374b  |  34 lines

  1. Changes for WARSHALL.C by Andreas Scherer, January 20, 1995.
  2.  
  3. @x l.21
  4. #include <stdio.h>
  5. #include "system.h"
  6. #include "machine.h"
  7. @y
  8. #include <stdio.h>
  9. #include <stdlib.h>
  10. #include <string.h>
  11. #include "system.h"
  12. #include "machine.h"
  13. @z
  14.  
  15. @x l.30
  16. TC(R, n)
  17. unsigned *R;
  18. int n;
  19. @y
  20. TC(
  21. unsigned *R,
  22. int n)
  23. @z
  24.  
  25. @x l.90
  26. RTC(R, n)
  27. unsigned *R;
  28. int n;
  29. @y
  30. RTC(
  31. unsigned *R,
  32. int n)
  33. @z
  34.